home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 390
- Top = 232
- BorderStyle = bsDialog
- Caption = 'O programu EMcalc'
- ClientHeight = 267
- ClientWidth = 492
- Color = clBtnFace
- Constraints.MaxWidth = 500
- Constraints.MinWidth = 422
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyPress = FormKeyPress
- PixelsPerInch = 120
- TextHeight = 16
- object ProductNameLabel: TLabel
- Left = 313
- Top = 12
- Width = 92
- Height = 32
- Caption = 'EMcalc'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -27
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IsControl = True
- end
- object VersionLabel: TLabel
- Left = 313
- Top = 42
- Width = 134
- Height = 16
- Caption = 'verze 2.0 sestaven� 80'
- IsControl = True
- end
- object CopyrightLabel: TLabel
- Left = 313
- Top = 79
- Width = 175
- Height = 16
- Caption = 'autor programu: Alfred Bodor'
- IsControl = True
- end
- object Bevel1: TBevel
- Left = 12
- Top = 197
- Width = 483
- Height = 2
- Anchors = [akLeft, akTop, akRight]
- end
- object EmailLabel: TLabel
- Left = 313
- Top = 98
- Width = 36
- Height = 16
- Caption = 'email:'
- end
- object Email: TLabel
- Left = 354
- Top = 98
- Width = 104
- Height = 16
- Cursor = crHandPoint
- Caption = 'bodor@emdat.cz'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = EmailClick
- end
- object Bevel2: TBevel
- Left = 12
- Top = 251
- Width = 483
- Height = 3
- Anchors = [akLeft, akTop, akRight]
- end
- object VytvorenoLabel: TLabel
- Left = 15
- Top = 206
- Width = 336
- Height = 16
- Caption = 'vytvo�eno ve spolupr�ci s firmou Ing. Petr Baxant - EMdat'
- end
- object HttpLabel: TLabel
- Left = 15
- Top = 225
- Width = 120
- Height = 16
- Cursor = crHandPoint
- Caption = 'http://www.emdat.cz'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- OnClick = HttpLabelClick
- end
- object InfoEmailLabel: TLabel
- Left = 158
- Top = 225
- Width = 36
- Height = 16
- Caption = 'email:'
- end
- object InfoEmail: TLabel
- Left = 194
- Top = 225
- Width = 89
- Height = 16
- Cursor = crHandPoint
- Caption = 'info@emdat.cz'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = InfoEmailClick
- end
- object Label1: TLabel
- Left = 313
- Top = 139
- Width = 153
- Height = 16
- Caption = 'voln� �i�iteln� demoverze'
- end
- object Label2: TLabel
- Left = 313
- Top = 159
- Width = 170
- Height = 16
- Caption = 's omezen�m n�kter�ch funkc�'
- end
- object ImagePanel: TPanel
- Left = 15
- Top = 15
- Width = 271
- Height = 162
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 0
- object AboutImage: TImage
- Left = 1
- Top = 1
- Width = 269
- Height = 160
- Cursor = crHandPoint
- Picture.Data = {<image000.gif>}
- Stretch = True
- OnClick = AboutImageClick
- end
- end
- object OKButton: TButton
- Left = 408
- Top = 210
- Width = 80
- Height = 30
- Anchors = [akTop, akRight]
- Caption = 'OK'
- Default = True
- ModalResult = 2
- TabOrder = 1
- end
- end
-